home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / seek.z / seek
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. sssseeeeeeeekkkk((((3333TTTTccccllll))))                                                          sssseeeeeeeekkkk((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      seek - Change the access position for an open file
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      sssseeeeeeeekkkk _f_i_l_e_I_d _o_f_f_s_e_t ?_o_r_i_g_i_n?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      Change the current access position for _f_i_l_e_I_d.  _F_i_l_e_I_d must have been the
  17.      return value from a previous call to ooooppppeeeennnn, or it may be ssssttttddddiiiinnnn, ssssttttddddoooouuuutttt, or
  18.      ssssttttddddeeeerrrrrrrr to refer to one of the standard I/O channels.  The _o_f_f_s_e_t and
  19.      _o_r_i_g_i_n arguments specify the position at which the next read or write
  20.      will occur for _f_i_l_e_I_d.  _O_f_f_s_e_t must be an integer (which may be negative)
  21.      and _o_r_i_g_i_n must be one of the following:
  22.  
  23.      ssssttttaaaarrrrtttt
  24.           The new access position will be _o_f_f_s_e_t bytes from the start of the
  25.           file.
  26.  
  27.      ccccuuuurrrrrrrreeeennnntttt
  28.           The new access position will be _o_f_f_s_e_t bytes from the current access
  29.           position; a negative _o_f_f_s_e_t moves the access position backwards in
  30.           the file.
  31.  
  32.      eeeennnndddd  The new access position will be _o_f_f_s_e_t bytes from the end of the
  33.           file.  A negative _o_f_f_s_e_t places the access position before the end-
  34.           of-file, and a positive _o_f_f_s_e_t places the access position after the
  35.           end-of-file.
  36.  
  37.      The _o_r_i_g_i_n argument defaults to ssssttttaaaarrrrtttt.  This command returns an empty
  38.      string.
  39.  
  40.  
  41. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  42.      access position, file, seek
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.